Html Css Color HEX #384119 Turtle Green

📋 copy color: '#384119'

red 56 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #384119

Tints of Turtle Green #384119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.52%

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 38.36%
G = 44.52%
B = 17.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#384119 (or 0x384119) is known color: Turtle Green. HEX triplet: 38, 41 and 19. RGB value is (56,65,25). Sum of RGB (Red+Green+Blue) = 56+65+25=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #384119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384119 is #C7BEE6. Grayscale: #393939. Windows color (decimal): -13090535 or 1655096. OLE color: 1655096.

HSL color Cylindrical-coordinate representation of color #384119: hue angle of 73.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384119 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 25 -
CMYK 0.14 0 0.62 0.75
HSL 73.5º 0.44% 0.18% -
HSV(B) 73.5º 0.62% 0.25% -
XYZ 3.7 4.69 1.63 -
YUV 57.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 56 65 25 0.14 0 0.62 0.75 73.5 0.44 0.18
Hex 38 41 19 E 0 3E 4B 4A 2C 12
Octal 70 101 31 16 0 76 113 112 54 22
Binary 111000 1000001 11001 1110 0 111110 1001011 1001010 101100 10010

Color Harmonies of #384119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384119

Black with #384119

Text Example


Text Example

White with #384119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384119; }

 p { color: rgb(56,65,25); }

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

background-color css

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

 a { background-color: rgb(56,65,25); }

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

border-color css

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

 span { border-color: rgb(56,65,25); }

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