Html Css Color HEX #38450C Turtle Green

📋 copy color: '#38450C'

red 56 ◦ green 69 ◦ blue 12

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

Shades of Turtle Green #38450C

Tints of Turtle Green #38450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 40.88%
G = 50.36%
B = 8.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#38450C (or 0x38450C) is known color: Turtle Green. HEX triplet: 38, 45 and 0C. RGB value is (56,69,12). Sum of RGB (Red+Green+Blue) = 56+69+12=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #38450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38450C is #C7BAF3. Grayscale: #3A3A3A. Windows color (decimal): -13089524 or 804152. OLE color: 804152.

HSL color Cylindrical-coordinate representation of color #38450C: hue angle of 73.68º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38450C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 12 -
CMYK 0.19 0 0.83 0.73
HSL 73.68º 0.7% 0.16% -
HSV(B) 73.68º 0.83% 0.27% -
XYZ 3.83 5.12 1.14 -
YUV 58.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 56 69 12 0.19 0 0.83 0.73 73.68 0.7 0.16
Hex 38 45 C 13 0 53 49 4A 46 10
Octal 70 105 14 23 0 123 111 112 106 20
Binary 111000 1000101 1100 10011 0 1010011 1001001 1001010 1000110 10000

Color Harmonies of #38450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38450C

Black with #38450C

Text Example


Text Example

White with #38450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38450C; }

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

 H1.HeaderClassName
 {
   color: #38450C;
 }
 .AnyTagClassName
 {
   color: #38450C;
 }
</style>

background-color css

<style>
 a { background-color: #38450C; }

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

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

border-color css

<style>
 span { border-color: #38450C; }

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

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