Html Css Color HEX #38B788 Jungle Green

📋 copy color: '#38B788'

red 56 ◦ green 183 ◦ blue 136

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

Shades of Jungle Green #38B788

Tints of Jungle Green #38B788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 14.93%
G = 48.8%
B = 36.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#38B788 (or 0x38B788) is known color: Jungle Green. HEX triplet: 38, B7 and 88. RGB value is (56,183,136). Sum of RGB (Red+Green+Blue) = 56+183+136=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #38B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B788 is #C74877. Grayscale: #8B8B8B. Windows color (decimal): -13060216 or 8959800. OLE color: 8959800.

HSL color Cylindrical-coordinate representation of color #38B788: hue angle of 157.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B788 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 136 -
CMYK 0.69 0 0.26 0.28
HSL 157.8º 0.53% 0.47% -
HSV(B) 157.8º 0.69% 0.72% -
XYZ 23.01 36.49 29.12 -
YUV 139.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 56 183 136 0.69 0 0.26 0.28 157.8 0.53 0.47
Hex 38 B7 88 45 0 1A 1C 9E 35 2F
Octal 70 267 210 105 0 32 34 236 65 57
Binary 111000 10110111 10001000 1000101 0 11010 11100 10011110 110101 101111

Color Harmonies of #38B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B788

Black with #38B788

Text Example


Text Example

White with #38B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,183,136); }

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

background-color css

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

 a { background-color: rgb(56,183,136); }

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

border-color css

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

 span { border-color: rgb(56,183,136); }

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