Html Css Color HEX #38A26A Eucalyptus

📋 copy color: '#38A26A'

red 56 ◦ green 162 ◦ blue 106

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

Shades of Eucalyptus #38A26A

Tints of Eucalyptus #38A26A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 17.28%
G = 50%
B = 32.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#38A26A (or 0x38A26A) is known color: Eucalyptus. HEX triplet: 38, A2 and 6A. RGB value is (56,162,106). Sum of RGB (Red+Green+Blue) = 56+162+106=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #38A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A26A is #C75D95. Grayscale: #7C7C7C. Windows color (decimal): -13065622 or 6988344. OLE color: 6988344.

HSL color Cylindrical-coordinate representation of color #38A26A: hue angle of 148.3º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A26A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 106 -
CMYK 0.65 0 0.35 0.36
HSL 148.3º 0.49% 0.43% -
HSV(B) 148.3º 0.65% 0.64% -
XYZ 17.15 27.72 18.08 -
YUV 123.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 56 162 106 0.65 0 0.35 0.36 148.3 0.49 0.43
Hex 38 A2 6A 41 0 23 24 94 31 2B
Octal 70 242 152 101 0 43 44 224 61 53
Binary 111000 10100010 1101010 1000001 0 100011 100100 10010100 110001 101011

Color Harmonies of #38A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A26A

Black with #38A26A

Text Example


Text Example

White with #38A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,106); }

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

background-color css

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

 a { background-color: rgb(56,162,106); }

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

border-color css

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

 span { border-color: rgb(56,162,106); }

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