Html Css Color HEX #38451E Turtle Green

📋 copy color: '#38451E'

red 56 ◦ green 69 ◦ blue 30

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

Shades of Turtle Green #38451E

Tints of Turtle Green #38451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 36.13%
G = 44.52%
B = 19.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#38451E (or 0x38451E) is known color: Turtle Green. HEX triplet: 38, 45 and 1E. RGB value is (56,69,30). Sum of RGB (Red+Green+Blue) = 56+69+30=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #38451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38451E is #C7BAE1. Grayscale: #3C3C3C. Windows color (decimal): -13089506 or 1983800. OLE color: 1983800.

HSL color Cylindrical-coordinate representation of color #38451E: hue angle of 80º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38451E is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 30 -
CMYK 0.19 0 0.57 0.73
HSL 80º 0.39% 0.19% -
HSV(B) 80º 0.57% 0.27% -
XYZ 3.99 5.19 2.02 -
YUV 60.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 56 69 30 0.19 0 0.57 0.73 80 0.39 0.19
Hex 38 45 1E 13 0 39 49 50 27 13
Octal 70 105 36 23 0 71 111 120 47 23
Binary 111000 1000101 11110 10011 0 111001 1001001 1010000 100111 10011

Color Harmonies of #38451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38451E

Black with #38451E

Text Example


Text Example

White with #38451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38451E; }

 p { color: rgb(56,69,30); }

 H1.HeaderClassName
 {
   color: #38451E;
 }
 .AnyTagClassName
 {
   color: #38451E;
 }
</style>

background-color css

<style>
 a { background-color: #38451E; }

 a { background-color: rgb(56,69,30); }

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

border-color css

<style>
 span { border-color: #38451E; }

 span { border-color: rgb(56,69,30); }

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