Html Css Color HEX #38BB89 Jungle Green

📋 copy color: '#38BB89'

red 56 ◦ green 187 ◦ blue 137

#38BB89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #38BB89

Tints of Jungle Green #38BB89

RGB

 RED value IS 56 (22.27% from 255) = 14.74%

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 14.74%
G = 49.21%
B = 36.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38BB89 (or 0x38BB89) is known color: Jungle Green. HEX triplet: 38, BB and 89. RGB value is (56,187,137). Sum of RGB (Red+Green+Blue) = 56+187+137=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #38BB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BB89 is #C74476. Grayscale: #8E8E8E. Windows color (decimal): -13059191 or 9026360. OLE color: 9026360.

HSL color Cylindrical-coordinate representation of color #38BB89: hue angle of 157.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BB89 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 187 137 -
CMYK 0.70 0 0.27 0.27
HSL 157.1º 0.54% 0.48% -
HSV(B) 157.1º 0.7% 0.73% -
XYZ 23.92 38.19 29.78 -
YUV 142.13 125.1 66.57 -
System Red Green Blue C M Y K H S L
Decimal 56 187 137 0.70 0 0.27 0.27 157.1 0.54 0.48
Hex 38 BB 89 46 0 1B 1B 9D 36 30
Octal 70 273 211 106 0 33 33 235 66 60
Binary 111000 10111011 10001001 1000110 0 11011 11011 10011101 110110 110000

Color Harmonies of #38BB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BB89

Black with #38BB89

Text Example


Text Example

White with #38BB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38BB89; }

 p { color: rgb(56,187,137); }

 H1.HeaderClassName
 {
   color: #38BB89;
 }
 .AnyTagClassName
 {
   color: #38BB89;
 }
</style>

background-color css

<style>
 a { background-color: #38BB89; }

 a { background-color: rgb(56,187,137); }

 div.DivClassName
 {
   background-color: #38BB89;
 }
 .BgClassName
 {
   background-color: #38BB89;
 }
</style>

border-color css

<style>
 span { border-color: #38BB89; }

 span { border-color: rgb(56,187,137); }

 td.TdClassName
 {
   border-color: #38BB89;
 }
 .TagClassName
 {
   border-color: #38BB89;
 }
</style>