Html Css Color HEX #384223 Turtle Green

📋 copy color: '#384223'

red 56 ◦ green 66 ◦ blue 35

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

Shades of Turtle Green #384223

Tints of Turtle Green #384223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 35.67%
G = 42.04%
B = 22.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#384223 (or 0x384223) is known color: Turtle Green. HEX triplet: 38, 42 and 23. RGB value is (56,66,35). Sum of RGB (Red+Green+Blue) = 56+66+35=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #384223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384223 is #C7BDDC. Grayscale: #3B3B3B. Windows color (decimal): -13090269 or 2310712. OLE color: 2310712.

HSL color Cylindrical-coordinate representation of color #384223: hue angle of 79.35º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384223 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 35 -
CMYK 0.15 0 0.47 0.74
HSL 79.35º 0.31% 0.2% -
HSV(B) 79.35º 0.47% 0.26% -
XYZ 3.88 4.86 2.32 -
YUV 59.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 56 66 35 0.15 0 0.47 0.74 79.35 0.31 0.2
Hex 38 42 23 F 0 2F 4A 4F 1F 14
Octal 70 102 43 17 0 57 112 117 37 24
Binary 111000 1000010 100011 1111 0 101111 1001010 1001111 11111 10100

Color Harmonies of #384223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384223

Black with #384223

Text Example


Text Example

White with #384223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384223; }

 p { color: rgb(56,66,35); }

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

background-color css

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

 a { background-color: rgb(56,66,35); }

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

border-color css

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

 span { border-color: rgb(56,66,35); }

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