Html Css Color HEX #38B088 Jungle Green

📋 copy color: '#38B088'

red 56 ◦ green 176 ◦ blue 136

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

Shades of Jungle Green #38B088

Tints of Jungle Green #38B088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.83%

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

R = 15.22%
G = 47.83%
B = 36.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#38B088 (or 0x38B088) is known color: Jungle Green. HEX triplet: 38, B0 and 88. RGB value is (56,176,136). Sum of RGB (Red+Green+Blue) = 56+176+136=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #38B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B088 is #C74F77. Grayscale: #878787. Windows color (decimal): -13062008 or 8958008. OLE color: 8958008.

HSL color Cylindrical-coordinate representation of color #38B088: hue angle of 160º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B088 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 176 136 -
CMYK 0.68 0 0.23 0.31
HSL 160º 0.52% 0.45% -
HSV(B) 160º 0.68% 0.69% -
XYZ 21.6 33.67 28.65 -
YUV 135.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 56 176 136 0.68 0 0.23 0.31 160 0.52 0.45
Hex 38 B0 88 44 0 17 1F A0 34 2D
Octal 70 260 210 104 0 27 37 240 64 55
Binary 111000 10110000 10001000 1000100 0 10111 11111 10100000 110100 101101

Color Harmonies of #38B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B088

Black with #38B088

Text Example


Text Example

White with #38B088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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