Html Css Color HEX #384319 Turtle Green

📋 copy color: '#384319'

red 56 ◦ green 67 ◦ blue 25

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

Shades of Turtle Green #384319

Tints of Turtle Green #384319

RGB

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

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

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

R = 37.84%
G = 45.27%
B = 16.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#384319 (or 0x384319) is known color: Turtle Green. HEX triplet: 38, 43 and 19. RGB value is (56,67,25). Sum of RGB (Red+Green+Blue) = 56+67+25=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #384319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384319 is #C7BCE6. Grayscale: #3B3B3B. Windows color (decimal): -13090023 or 1655608. OLE color: 1655608.

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

Color convert

RGB 56 67 25 -
CMYK 0.16 0 0.63 0.74
HSL 75.71º 0.46% 0.18% -
HSV(B) 75.71º 0.63% 0.26% -
XYZ 3.81 4.93 1.67 -
YUV 58.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 56 67 25 0.16 0 0.63 0.74 75.71 0.46 0.18
Hex 38 43 19 10 0 3F 4A 4C 2E 12
Octal 70 103 31 20 0 77 112 114 56 22
Binary 111000 1000011 11001 10000 0 111111 1001010 1001100 101110 10010

Color Harmonies of #384319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384319

Black with #384319

Text Example


Text Example

White with #384319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384319; }

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

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

background-color css

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

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

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

border-color css

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

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

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