Html Css Color HEX #38B590 Jungle Green

📋 copy color: '#38B590'

red 56 ◦ green 181 ◦ blue 144

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

Shades of Jungle Green #38B590

Tints of Jungle Green #38B590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 14.7%
G = 47.51%
B = 37.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#38B590 (or 0x38B590) is known color: Jungle Green. HEX triplet: 38, B5 and 90. RGB value is (56,181,144). Sum of RGB (Red+Green+Blue) = 56+181+144=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #38B590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B590 is #C74A6F. Grayscale: #8B8B8B. Windows color (decimal): -13060720 or 9483576. OLE color: 9483576.

HSL color Cylindrical-coordinate representation of color #38B590: hue angle of 162.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B590 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 181 144 -
CMYK 0.69 0 0.20 0.29
HSL 162.24º 0.53% 0.46% -
HSV(B) 162.24º 0.69% 0.71% -
XYZ 23.19 35.9 32.09 -
YUV 139.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 56 181 144 0.69 0 0.20 0.29 162.24 0.53 0.46
Hex 38 B5 90 45 0 14 1D A2 35 2E
Octal 70 265 220 105 0 24 35 242 65 56
Binary 111000 10110101 10010000 1000101 0 10100 11101 10100010 110101 101110

Color Harmonies of #38B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B590

Black with #38B590

Text Example


Text Example

White with #38B590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,181,144); }

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

background-color css

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

 a { background-color: rgb(56,181,144); }

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

border-color css

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

 span { border-color: rgb(56,181,144); }

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