Html Css Color HEX #38420F Turtle Green

📋 copy color: '#38420F'

red 56 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #38420F

Tints of Turtle Green #38420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 40.88%
G = 48.18%
B = 10.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#38420F (or 0x38420F) is known color: Turtle Green. HEX triplet: 38, 42 and 0F. RGB value is (56,66,15). Sum of RGB (Red+Green+Blue) = 56+66+15=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #38420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38420F is #C7BDF0. Grayscale: #393939. Windows color (decimal): -13090289 or 999992. OLE color: 999992.

HSL color Cylindrical-coordinate representation of color #38420F: hue angle of 71.76º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38420F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 15 -
CMYK 0.15 0 0.77 0.74
HSL 71.76º 0.63% 0.16% -
HSV(B) 71.76º 0.77% 0.26% -
XYZ 3.67 4.77 1.18 -
YUV 57.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 56 66 15 0.15 0 0.77 0.74 71.76 0.63 0.16
Hex 38 42 F F 0 4D 4A 48 3F 10
Octal 70 102 17 17 0 115 112 110 77 20
Binary 111000 1000010 1111 1111 0 1001101 1001010 1001000 111111 10000

Color Harmonies of #38420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38420F

Black with #38420F

Text Example


Text Example

White with #38420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38420F; }

 p { color: rgb(56,66,15); }

 H1.HeaderClassName
 {
   color: #38420F;
 }
 .AnyTagClassName
 {
   color: #38420F;
 }
</style>

background-color css

<style>
 a { background-color: #38420F; }

 a { background-color: rgb(56,66,15); }

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

border-color css

<style>
 span { border-color: #38420F; }

 span { border-color: rgb(56,66,15); }

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