Html Css Color HEX #384303 Turtle Green

📋 copy color: '#384303'

red 56 ◦ green 67 ◦ blue 3

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

Shades of Turtle Green #384303

Tints of Turtle Green #384303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.38%

R = 44.44%
G = 53.17%
B = 2.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#384303 (or 0x384303) is known color: Turtle Green. HEX triplet: 38, 43 and 03. RGB value is (56,67,3). Sum of RGB (Red+Green+Blue) = 56+67+3=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #384303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384303 is #C7BCFC. Grayscale: #383838. Windows color (decimal): -13090045 or 213816. OLE color: 213816.

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

Color convert

RGB 56 67 3 -
CMYK 0.16 0 0.96 0.74
HSL 70.31º 0.91% 0.14% -
HSV(B) 70.31º 0.96% 0.26% -
XYZ 3.65 4.86 0.83 -
YUV 56.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 56 67 3 0.16 0 0.96 0.74 70.31 0.91 0.14
Hex 38 43 3 10 0 60 4A 46 5B E
Octal 70 103 3 20 0 140 112 106 133 16
Binary 111000 1000011 11 10000 0 1100000 1001010 1000110 1011011 1110

Color Harmonies of #384303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384303

Black with #384303

Text Example


Text Example

White with #384303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384303; }

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

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

background-color css

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

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

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

border-color css

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

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

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