Html Css Color HEX #384103 Turtle Green

📋 copy color: '#384103'

red 56 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #384103

Tints of Turtle Green #384103

RGB

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

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

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

R = 45.16%
G = 52.42%
B = 2.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#384103 (or 0x384103) is known color: Turtle Green. HEX triplet: 38, 41 and 03. RGB value is (56,65,3). Sum of RGB (Red+Green+Blue) = 56+65+3=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #384103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384103 is #C7BEFC. Grayscale: #373737. Windows color (decimal): -13090557 or 213304. OLE color: 213304.

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

Color convert

RGB 56 65 3 -
CMYK 0.14 0 0.95 0.75
HSL 68.71º 0.91% 0.13% -
HSV(B) 68.71º 0.95% 0.25% -
XYZ 3.54 4.63 0.79 -
YUV 55.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 56 65 3 0.14 0 0.95 0.75 68.71 0.91 0.13
Hex 38 41 3 E 0 5F 4B 45 5B D
Octal 70 101 3 16 0 137 113 105 133 15
Binary 111000 1000001 11 1110 0 1011111 1001011 1000101 1011011 1101

Color Harmonies of #384103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384103

Black with #384103

Text Example


Text Example

White with #384103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384103; }

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

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

background-color css

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

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

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

border-color css

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

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

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