Html Css Color HEX #38A26C Eucalyptus

📋 copy color: '#38A26C'

red 56 ◦ green 162 ◦ blue 108

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

Shades of Eucalyptus #38A26C

Tints of Eucalyptus #38A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 17.18%
G = 49.69%
B = 33.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#38A26C (or 0x38A26C) is known color: Eucalyptus. HEX triplet: 38, A2 and 6C. RGB value is (56,162,108). Sum of RGB (Red+Green+Blue) = 56+162+108=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #38A26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A26C is #C75D93. Grayscale: #7C7C7C. Windows color (decimal): -13065620 or 7119416. OLE color: 7119416.

HSL color Cylindrical-coordinate representation of color #38A26C: hue angle of 149.43º 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 #38A26C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 108 -
CMYK 0.65 0 0.33 0.36
HSL 149.43º 0.49% 0.43% -
HSV(B) 149.43º 0.65% 0.64% -
XYZ 17.26 27.76 18.64 -
YUV 124.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 56 162 108 0.65 0 0.33 0.36 149.43 0.49 0.43
Hex 38 A2 6C 41 0 21 24 95 31 2B
Octal 70 242 154 101 0 41 44 225 61 53
Binary 111000 10100010 1101100 1000001 0 100001 100100 10010101 110001 101011

Color Harmonies of #38A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A26C

Black with #38A26C

Text Example


Text Example

White with #38A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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