Html Css Color HEX #38AE81 Jungle Green

📋 copy color: '#38AE81'

red 56 ◦ green 174 ◦ blue 129

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

Shades of Jungle Green #38AE81

Tints of Jungle Green #38AE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.47%

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 15.6%
G = 48.47%
B = 35.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#38AE81 (or 0x38AE81) is known color: Jungle Green. HEX triplet: 38, AE and 81. RGB value is (56,174,129). Sum of RGB (Red+Green+Blue) = 56+174+129=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AE81 is #C7517E. Grayscale: #858585. Windows color (decimal): -13062527 or 8498744. OLE color: 8498744.

HSL color Cylindrical-coordinate representation of color #38AE81: hue angle of 157.12º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE81 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 174 129 -
CMYK 0.68 0 0.26 0.32
HSL 157.12º 0.51% 0.45% -
HSV(B) 157.12º 0.68% 0.68% -
XYZ 20.73 32.7 25.99 -
YUV 133.59 125.41 72.66 -
System Red Green Blue C M Y K H S L
Decimal 56 174 129 0.68 0 0.26 0.32 157.12 0.51 0.45
Hex 38 AE 81 44 0 1A 20 9D 33 2D
Octal 70 256 201 104 0 32 40 235 63 55
Binary 111000 10101110 10000001 1000100 0 11010 100000 10011101 110011 101101

Color Harmonies of #38AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AE81

Black with #38AE81

Text Example


Text Example

White with #38AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,174,129); }

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

background-color css

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

 a { background-color: rgb(56,174,129); }

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

border-color css

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

 span { border-color: rgb(56,174,129); }

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