Html Css Color HEX #384312 Turtle Green

📋 copy color: '#384312'

red 56 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #384312

Tints of Turtle Green #384312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 39.72%
G = 47.52%
B = 12.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#384312 (or 0x384312) is known color: Turtle Green. HEX triplet: 38, 43 and 12. RGB value is (56,67,18). Sum of RGB (Red+Green+Blue) = 56+67+18=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #384312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384312 is #C7BCED. Grayscale: #3A3A3A. Windows color (decimal): -13090030 or 1196856. OLE color: 1196856.

HSL color Cylindrical-coordinate representation of color #384312: hue angle of 73.47º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384312 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 18 -
CMYK 0.16 0 0.73 0.74
HSL 73.47º 0.58% 0.17% -
HSV(B) 73.47º 0.73% 0.26% -
XYZ 3.75 4.9 1.32 -
YUV 58.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 56 67 18 0.16 0 0.73 0.74 73.47 0.58 0.17
Hex 38 43 12 10 0 49 4A 49 3A 11
Octal 70 103 22 20 0 111 112 111 72 21
Binary 111000 1000011 10010 10000 0 1001001 1001010 1001001 111010 10001

Color Harmonies of #384312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384312

Black with #384312

Text Example


Text Example

White with #384312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384312; }

 p { color: rgb(56,67,18); }

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

background-color css

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

 a { background-color: rgb(56,67,18); }

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

border-color css

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

 span { border-color: rgb(56,67,18); }

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