Html Css Color HEX #38976B Eucalyptus

📋 copy color: '#38976B'

red 56 ◦ green 151 ◦ blue 107

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

Shades of Eucalyptus #38976B

Tints of Eucalyptus #38976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.09%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 17.83%
G = 48.09%
B = 34.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#38976B (or 0x38976B) is known color: Eucalyptus. HEX triplet: 38, 97 and 6B. RGB value is (56,151,107). Sum of RGB (Red+Green+Blue) = 56+151+107=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #38976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38976B is #C76894. Grayscale: #757575. Windows color (decimal): -13068437 or 7051064. OLE color: 7051064.

HSL color Cylindrical-coordinate representation of color #38976B: hue angle of 152.21º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38976B is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 107 -
CMYK 0.63 0 0.29 0.41
HSL 152.21º 0.46% 0.41% -
HSV(B) 152.21º 0.63% 0.59% -
XYZ 15.35 24.04 17.74 -
YUV 117.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 56 151 107 0.63 0 0.29 0.41 152.21 0.46 0.41
Hex 38 97 6B 3F 0 1D 29 98 2E 29
Octal 70 227 153 77 0 35 51 230 56 51
Binary 111000 10010111 1101011 111111 0 11101 101001 10011000 101110 101001

Color Harmonies of #38976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38976B

Black with #38976B

Text Example


Text Example

White with #38976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38976B; }

 p { color: rgb(56,151,107); }

 H1.HeaderClassName
 {
   color: #38976B;
 }
 .AnyTagClassName
 {
   color: #38976B;
 }
</style>

background-color css

<style>
 a { background-color: #38976B; }

 a { background-color: rgb(56,151,107); }

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

border-color css

<style>
 span { border-color: #38976B; }

 span { border-color: rgb(56,151,107); }

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